home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- #import "RIBCommand.h"
-
- @interface RIBOption:RIBCommand
- {
- char *theName;
- }
-
- - setName:(RtToken)newName
- n:(int)newN tokens:(RtToken *)newTokens parms:(RtPointer *)newParms archiveVector:(char **)newArchiveVector
- printfTypeVector:(int *)newPrintfTypeVector printfNVector:(int *)newPrintfNVector;
-
-
- @end
-